home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_164 / c-functions / makename.h < prev    next >
Text File  |  1992-05-06  |  332b  |  20 lines

  1.  
  2.    /* How choosy */
  3.  
  4. #define GIRLNAME     0x0001
  5. #define BOYNAME      0x0002
  6.  
  7.    /* How much */
  8.  
  9. #define FIRSTNAME    0x0001
  10. #define LASTNAME     0x0002
  11. #define FULLNAME     FIRSTNAME | LASTNAME
  12.  
  13.    /* Particulars */
  14.  
  15. #define MARRIEDNAME  0x0010
  16. #define DOUBLEFIRST  0x0020
  17. #define DOUBLELAST   0x0040
  18. #define TITLENAME    0x0080
  19.  
  20.